'Declaration
Public Overloads Sub CopyFromMemory( _
ByVal dstRect As System.Nullable(Of RectL), _
ByVal srcData As System.IntPtr, _
ByVal pitch As System.Integer _
)
public void CopyFromMemory(
System.Nullable<RectL> dstRect,
System.IntPtr srcData,
System.int pitch
)